home *** CD-ROM | disk | FTP | other *** search
/ Amiga Packmags / NewsFlash - Issue 03 (1989)(UGA - 17-Bit Software)[a].zip / NewsFlash - Issue 03 (1989)(UGA - 17-Bit Software)[a].adf / sources / LibBase.h < prev    next >
Text File  |  1988-01-19  |  367b  |  19 lines

  1. /*    Opening and Closings of diverse librarys    */
  2. /*    LibBase.h                    */
  3.  
  4. #define        DOS    0x0001
  5. #define        EXEC    0x0002
  6. #define        INTUI    0X0004
  7. #define        GFX    0X0008
  8. #define        MATH    0X0010
  9. #define        TRANS    0X0020
  10. #define        IEEE    0X0040
  11. #define        LAYER    0X0080
  12. #define        CLIST    0X0100
  13. #define        FONT    0X0200
  14. #define        ICON    0X0400
  15. #define        TIMER    0X0800
  16. #define        SPEECH    0X1000
  17. #define        ARP    0X2000
  18.  
  19.